home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2001 May
/
macformat_103_may_2001.iso
/
Shareware
/
Utilities
/
MacGhostView Folder
/
ghostscript
/
gs6.01
/
lib
/
ps2pdf12.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
2000-11-21
|
329 b
|
16 lines
|
[
TEXT/R*ch
]
@echo off
@rem $Id: ps2pdf12.bat,v 1.3 2000/03/14 20:20:20 lpd Exp $
rem Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
echo -dCompatibilityLevel#1.2 >_.at
goto bot
rem Pass arguments through a file to avoid overflowing the command line.
:top
echo %1 >>_.at
shift
:bot
if not "%3"=="" goto top
ps2pdfxx %1 %2